projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82041de
)
Drop unused automake condition for XI2
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 11 Mar 2012 04:15:12 +0000
(23:15 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 11 Mar 2012 04:15:12 +0000
(23:15 -0500)
We fail the build if XI2 is not present, nowadays.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 6e645349568eb12eb9091993754bd6194337611a..2d351b015391cf746bee313de98ee2f4350c112b 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1136,8
+1136,6
@@
if test "x$enable_x11_backend" = xyes; then
fi
fi
- AM_CONDITIONAL(XINPUT_2, test "x$have_xinput2" = "xyes")
-
AS_IF([test "x$have_xinput2" != "xyes"],
[AC_MSG_ERROR([*** XInput2 extension not found. Check 'config.log' for more details.])])
@@
-1220,7
+1218,6
@@
if test "x$enable_x11_backend" = xyes; then
else
XPACKAGES=
- AM_CONDITIONAL(XINPUT_2, false)
AM_CONDITIONAL(USE_X11, false)
AM_CONDITIONAL(HAVE_X11R6, false)
fi